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.9307,-91.774)};var g_759c822302daa4cb27dd38267dd27894 = new google.maps.Geocoder();g_759c822302daa4cb27dd38267dd27894.geocode( { 'address': "300 80th St Ct, Fairfax, IA 52228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfax-IA-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('fairfax-IA-shazam-atm'), mapOptions);}document.getElementById('500309d3').innerHTML += ' | View Map';var $l759c822302daa4cb27dd38267dd27894 = '

Shazam Atm

Address: 300 80th St Ct, Fairfax, IA 52228, USA
Phone:
';var m_759c822302daa4cb27dd38267dd27894 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_759c822302daa4cb27dd38267dd27894['infowindow'] = new google.maps.InfoWindow({content: $l759c822302daa4cb27dd38267dd27894});var infowindow = new google.maps.InfoWindow({content: $l759c822302daa4cb27dd38267dd27894});google.maps.event.addListener(m_759c822302daa4cb27dd38267dd27894, 'click', function() {infowindow.open(map,m_759c822302daa4cb27dd38267dd27894);});$marker.push(m_759c822302daa4cb27dd38267dd27894);}});}google.maps.event.addDomListener(window, 'load', initialize);