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(38.5654,-94.1943)};var g_4cb811134b9d39fc3104bd06ce75abad = new google.maps.Geocoder();g_4cb811134b9d39fc3104bd06ce75abad.geocode( { 'address': "89 Old Hwy 7, Garden City, MO 64747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-MO-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-MO-shazam-atm'), mapOptions);}document.getElementById('f53639cc').innerHTML += ' | View Map';var $l4cb811134b9d39fc3104bd06ce75abad = '

Shazam Atm

Address: 89 Old Hwy 7, Garden City, MO 64747, USA
Phone:
';var m_4cb811134b9d39fc3104bd06ce75abad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_4cb811134b9d39fc3104bd06ce75abad['infowindow'] = new google.maps.InfoWindow({content: $l4cb811134b9d39fc3104bd06ce75abad});var infowindow = new google.maps.InfoWindow({content: $l4cb811134b9d39fc3104bd06ce75abad});google.maps.event.addListener(m_4cb811134b9d39fc3104bd06ce75abad, 'click', function() {infowindow.open(map,m_4cb811134b9d39fc3104bd06ce75abad);});$marker.push(m_4cb811134b9d39fc3104bd06ce75abad);}});}google.maps.event.addDomListener(window, 'load', initialize);