var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(33.2002,-86.3075)};var g_f37236a86f0f76d5a524f1e6ab183d3f = new google.maps.Geocoder();g_f37236a86f0f76d5a524f1e6ab183d3f.geocode( { 'address': "35887 US-280, Sylacauga, AL 35150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylacauga-AL-phillips-insurance').style.display = '';map = new google.maps.Map(document.getElementById('sylacauga-AL-phillips-insurance'), mapOptions);}document.getElementById('340387dd').innerHTML += ' | View Map';var $lf37236a86f0f76d5a524f1e6ab183d3f = '

Phillips Insurance

Address: 35887 US-280, Sylacauga, AL 35150, USA
Phone: (256) 378-0318
';var m_f37236a86f0f76d5a524f1e6ab183d3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Phillips Insurance',});m_f37236a86f0f76d5a524f1e6ab183d3f['infowindow'] = new google.maps.InfoWindow({content: $lf37236a86f0f76d5a524f1e6ab183d3f});var infowindow = new google.maps.InfoWindow({content: $lf37236a86f0f76d5a524f1e6ab183d3f});google.maps.event.addListener(m_f37236a86f0f76d5a524f1e6ab183d3f, 'click', function() {infowindow.open(map,m_f37236a86f0f76d5a524f1e6ab183d3f);});$marker.push(m_f37236a86f0f76d5a524f1e6ab183d3f);}});}google.maps.event.addDomListener(window, 'load', initialize);