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(37.2056,-95.405)};var g_479eb4d95fb7eb5c27cc7310c68c699d = new google.maps.Geocoder();g_479eb4d95fb7eb5c27cc7310c68c699d.geocode( { 'address': "5th, Mound Valley, KS 67354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mound-valley-KS-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('mound-valley-KS-shazam-atm'), mapOptions);}document.getElementById('afa3b66d').innerHTML += ' | View Map';var $l479eb4d95fb7eb5c27cc7310c68c699d = '

Shazam Atm

Address: 5th, Mound Valley, KS 67354, USA
Phone:
';var m_479eb4d95fb7eb5c27cc7310c68c699d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_479eb4d95fb7eb5c27cc7310c68c699d['infowindow'] = new google.maps.InfoWindow({content: $l479eb4d95fb7eb5c27cc7310c68c699d});var infowindow = new google.maps.InfoWindow({content: $l479eb4d95fb7eb5c27cc7310c68c699d});google.maps.event.addListener(m_479eb4d95fb7eb5c27cc7310c68c699d, 'click', function() {infowindow.open(map,m_479eb4d95fb7eb5c27cc7310c68c699d);});$marker.push(m_479eb4d95fb7eb5c27cc7310c68c699d);}});}google.maps.event.addDomListener(window, 'load', initialize);