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(33.6683,-101.536)};var g_68db4264cb19cdccb2f14c384c34301e = new google.maps.Geocoder();g_68db4264cb19cdccb2f14c384c34301e.geocode( { 'address': "705 6th St, Lorenzo, TX 79343, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lorenzo-TX-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('lorenzo-TX-shazam-atm'), mapOptions);}document.getElementById('b6b428f7').innerHTML += ' | View Map';var $l68db4264cb19cdccb2f14c384c34301e = '

Shazam Atm

Address: 705 6th St, Lorenzo, TX 79343, USA
Phone:
';var m_68db4264cb19cdccb2f14c384c34301e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_68db4264cb19cdccb2f14c384c34301e['infowindow'] = new google.maps.InfoWindow({content: $l68db4264cb19cdccb2f14c384c34301e});var infowindow = new google.maps.InfoWindow({content: $l68db4264cb19cdccb2f14c384c34301e});google.maps.event.addListener(m_68db4264cb19cdccb2f14c384c34301e, 'click', function() {infowindow.open(map,m_68db4264cb19cdccb2f14c384c34301e);});$marker.push(m_68db4264cb19cdccb2f14c384c34301e);}});}google.maps.event.addDomListener(window, 'load', initialize);