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(43.3524,-83.8719)};var g_881a7b6d9b7d7bdb28fd9b84d6635c93 = new google.maps.Geocoder();g_881a7b6d9b7d7bdb28fd9b84d6635c93.geocode( { 'address': "6312 Dixie Hwy, Bridgeport, MI 48722, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-charter-township-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-charter-township-MI-advance-america'), mapOptions);}document.getElementById('e967de07').innerHTML += ' | View Map';var $l881a7b6d9b7d7bdb28fd9b84d6635c93 = '

Advance America

Address: 6312 Dixie Hwy, Bridgeport, MI 48722, USA
Phone: (989) 746-0305
';var m_881a7b6d9b7d7bdb28fd9b84d6635c93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_881a7b6d9b7d7bdb28fd9b84d6635c93['infowindow'] = new google.maps.InfoWindow({content: $l881a7b6d9b7d7bdb28fd9b84d6635c93});var infowindow = new google.maps.InfoWindow({content: $l881a7b6d9b7d7bdb28fd9b84d6635c93});google.maps.event.addListener(m_881a7b6d9b7d7bdb28fd9b84d6635c93, 'click', function() {infowindow.open(map,m_881a7b6d9b7d7bdb28fd9b84d6635c93);});$marker.push(m_881a7b6d9b7d7bdb28fd9b84d6635c93);}});}google.maps.event.addDomListener(window, 'load', initialize);