require_once('../inc/global.php');
?>
var map_config = {
'default':{
'bordercolor':'#9CA8B6', //inter-state borders
'lakescolor':'#66CCFF', //lakes color
'shadowcolor':'#000000', //shadow color below the map
'shadowOpacity':'50', //shadow opacity, value, 0-100
'namescolor':'#666666', //color of the abbreviations
'namesShadowColor':'#666666', //tooltip shadow color
'msg_title':'Locate Installers',//default title text
'msg_data': 'Select a State
Contact: Clay Larkin
Phone: (855) 830-9712
Email: info@vibrantlighting.com
Facebook
Request Estimate',//default content text
},
$query = "SELECT * FROM map_data ORDER BY state_id";
$res = mysql_query($query, $conn);
while($row = mysql_fetch_assoc($res))
{
?> 'map_':{
'namesId':'',
'name': '',
'data':'Results For
Contact:
Phone:
Email:
Proudly Serving
- And Surrounding Areas',
'upcolor':'#EBECED',
'overcolor':'#99CC00',
'downcolor':'#993366',
'enable':true,
},
}
?>
'map_51':{
'namesId':'DC',
'name': 'WASHINGTON DC',
'data':'Data of Washington DC',
'upcolor':'#FF6600',
'overcolor':'#0000FF',
'downcolor':'#993366',
'enable':true,
},
}