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.6298,-93.7126)};var g_2032e71c68cbffa9e86e4dafab6cb2fa = new google.maps.Geocoder();g_2032e71c68cbffa9e86e4dafab6cb2fa.geocode( { 'address': "3814 70th St, Urbandale, IA 50322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbandale-IA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('urbandale-IA-advance-america'), mapOptions);}document.getElementById('91426a11').innerHTML += ' | View Map';var $l2032e71c68cbffa9e86e4dafab6cb2fa = '

Advance America

Address: 3814 70th St, Urbandale, IA 50322, USA
Phone: (515) 253-0900
';var m_2032e71c68cbffa9e86e4dafab6cb2fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_2032e71c68cbffa9e86e4dafab6cb2fa['infowindow'] = new google.maps.InfoWindow({content: $l2032e71c68cbffa9e86e4dafab6cb2fa});var infowindow = new google.maps.InfoWindow({content: $l2032e71c68cbffa9e86e4dafab6cb2fa});google.maps.event.addListener(m_2032e71c68cbffa9e86e4dafab6cb2fa, 'click', function() {infowindow.open(map,m_2032e71c68cbffa9e86e4dafab6cb2fa);});$marker.push(m_2032e71c68cbffa9e86e4dafab6cb2fa);}});}google.maps.event.addDomListener(window, 'load', initialize);