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(32.4939,-95.1667)};var g_eb49914b9cfa444f2b0a01d9832048ce = new google.maps.Geocoder();g_eb49914b9cfa444f2b0a01d9832048ce.geocode( { 'address': "315 N Main St, Winona, TX 75792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winona-TX-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('winona-TX-shazam-atm'), mapOptions);}document.getElementById('7379a6a2').innerHTML += ' | View Map';var $leb49914b9cfa444f2b0a01d9832048ce = '

Shazam Atm

Address: 315 N Main St, Winona, TX 75792, USA
Phone:
';var m_eb49914b9cfa444f2b0a01d9832048ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_eb49914b9cfa444f2b0a01d9832048ce['infowindow'] = new google.maps.InfoWindow({content: $leb49914b9cfa444f2b0a01d9832048ce});var infowindow = new google.maps.InfoWindow({content: $leb49914b9cfa444f2b0a01d9832048ce});google.maps.event.addListener(m_eb49914b9cfa444f2b0a01d9832048ce, 'click', function() {infowindow.open(map,m_eb49914b9cfa444f2b0a01d9832048ce);});$marker.push(m_eb49914b9cfa444f2b0a01d9832048ce);}});}google.maps.event.addDomListener(window, 'load', initialize);