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(34.756,-86.7331)};var g_ab23173eaf8109ff5c48d29aae4abb88 = new google.maps.Geocoder();g_ab23173eaf8109ff5c48d29aae4abb88.geocode( { 'address': "7600 Hwy 72 W #203, Madison, AL 35758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-AL-assurance-financial').style.display = '';map = new google.maps.Map(document.getElementById('madison-AL-assurance-financial'), mapOptions);}document.getElementById('3f36a7ff').innerHTML += ' | View Map';var $lab23173eaf8109ff5c48d29aae4abb88 = '

Assurance Financial

Address: 7600 Hwy 72 W #203, Madison, AL 35758, USA
Phone: (256) 325-8944
';var m_ab23173eaf8109ff5c48d29aae4abb88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assurance Financial',});m_ab23173eaf8109ff5c48d29aae4abb88['infowindow'] = new google.maps.InfoWindow({content: $lab23173eaf8109ff5c48d29aae4abb88});var infowindow = new google.maps.InfoWindow({content: $lab23173eaf8109ff5c48d29aae4abb88});google.maps.event.addListener(m_ab23173eaf8109ff5c48d29aae4abb88, 'click', function() {infowindow.open(map,m_ab23173eaf8109ff5c48d29aae4abb88);});$marker.push(m_ab23173eaf8109ff5c48d29aae4abb88);}});}google.maps.event.addDomListener(window, 'load', initialize);