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.6631,-94.5483)};var g_361559204d385cf06cc7814fa2ab7026 = new google.maps.Geocoder();g_361559204d385cf06cc7814fa2ab7026.geocode( { 'address': "17045 TX-154, Harleton, TX 75651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harleton-TX-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('harleton-TX-shazam-atm'), mapOptions);}document.getElementById('d4badfd7').innerHTML += ' | View Map';var $l361559204d385cf06cc7814fa2ab7026 = '

Shazam Atm

Address: 17045 TX-154, Harleton, TX 75651, USA
Phone:
';var m_361559204d385cf06cc7814fa2ab7026 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_361559204d385cf06cc7814fa2ab7026['infowindow'] = new google.maps.InfoWindow({content: $l361559204d385cf06cc7814fa2ab7026});var infowindow = new google.maps.InfoWindow({content: $l361559204d385cf06cc7814fa2ab7026});google.maps.event.addListener(m_361559204d385cf06cc7814fa2ab7026, 'click', function() {infowindow.open(map,m_361559204d385cf06cc7814fa2ab7026);});$marker.push(m_361559204d385cf06cc7814fa2ab7026);}});}google.maps.event.addDomListener(window, 'load', initialize);