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.8419,-97.2899)};var g_08419be897405321542838d77f855226 = new google.maps.Geocoder();g_08419be897405321542838d77f855226.geocode( { 'address': "5320 N Beach St, Haltom City, TX 76137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haltom-city-TX-wells-fargo-atm').style.display = '';map = new google.maps.Map(document.getElementById('haltom-city-TX-wells-fargo-atm'), mapOptions);}document.getElementById('b0f59dfb').innerHTML += ' | View Map';var $l08419be897405321542838d77f855226 = '

Wells Fargo ATM

Address: 5320 N Beach St, Haltom City, TX 76137, USA
Phone: (817) 759-8280
';var m_08419be897405321542838d77f855226 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo ATM',});m_08419be897405321542838d77f855226['infowindow'] = new google.maps.InfoWindow({content: $l08419be897405321542838d77f855226});var infowindow = new google.maps.InfoWindow({content: $l08419be897405321542838d77f855226});google.maps.event.addListener(m_08419be897405321542838d77f855226, 'click', function() {infowindow.open(map,m_08419be897405321542838d77f855226);});$marker.push(m_08419be897405321542838d77f855226);}});}google.maps.event.addDomListener(window, 'load', initialize);