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(42.8097,-86.0916)};var g_b574fe371217f3a34f2da82e56e76564 = new google.maps.Geocoder();g_b574fe371217f3a34f2da82e56e76564.geocode( { 'address': "2279 N Park Dr #440, Holland, MI 49424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('holland-MI-advance-america'), mapOptions);}document.getElementById('aa288f2c').innerHTML += ' | View Map';var $lb574fe371217f3a34f2da82e56e76564 = '

Advance America

Address: 2279 N Park Dr #440, Holland, MI 49424, USA
Phone: (616) 395-4034
';var m_b574fe371217f3a34f2da82e56e76564 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_b574fe371217f3a34f2da82e56e76564['infowindow'] = new google.maps.InfoWindow({content: $lb574fe371217f3a34f2da82e56e76564});var infowindow = new google.maps.InfoWindow({content: $lb574fe371217f3a34f2da82e56e76564});google.maps.event.addListener(m_b574fe371217f3a34f2da82e56e76564, 'click', function() {infowindow.open(map,m_b574fe371217f3a34f2da82e56e76564);});$marker.push(m_b574fe371217f3a34f2da82e56e76564);}});}google.maps.event.addDomListener(window, 'load', initialize);