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(41.363,-83.6513)};var g_864b1d08573642d8a9cf9c5b22556a17 = new google.maps.Geocoder();g_864b1d08573642d8a9cf9c5b22556a17.geocode( { 'address': "836 S Main St, Bowling Green, OH 43402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-OH-advance-america'), mapOptions);}document.getElementById('4c71296f').innerHTML += ' | View Map';var $l864b1d08573642d8a9cf9c5b22556a17 = '

Advance America

Address: 836 S Main St, Bowling Green, OH 43402, USA
Phone: (419) 353-9111
';var m_864b1d08573642d8a9cf9c5b22556a17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_864b1d08573642d8a9cf9c5b22556a17['infowindow'] = new google.maps.InfoWindow({content: $l864b1d08573642d8a9cf9c5b22556a17});var infowindow = new google.maps.InfoWindow({content: $l864b1d08573642d8a9cf9c5b22556a17});google.maps.event.addListener(m_864b1d08573642d8a9cf9c5b22556a17, 'click', function() {infowindow.open(map,m_864b1d08573642d8a9cf9c5b22556a17);});$marker.push(m_864b1d08573642d8a9cf9c5b22556a17);}});}google.maps.event.addDomListener(window, 'load', initialize);