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.4493,-97.5309)};var g_e38b7566fe907e0d2fec9a0f9af72d9f = new google.maps.Geocoder();g_e38b7566fe907e0d2fec9a0f9af72d9f.geocode( { 'address': "405 N Highway 171, Godley, TX 76044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('godley-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('godley-TX-wells-fargo-bank'), mapOptions);}document.getElementById('50b17935').innerHTML += ' | View Map';var $le38b7566fe907e0d2fec9a0f9af72d9f = '

Wells Fargo Bank

Address: 405 N Highway 171, Godley, TX 76044
Phone: (817) 389-3000
';var m_e38b7566fe907e0d2fec9a0f9af72d9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_e38b7566fe907e0d2fec9a0f9af72d9f['infowindow'] = new google.maps.InfoWindow({content: $le38b7566fe907e0d2fec9a0f9af72d9f});var infowindow = new google.maps.InfoWindow({content: $le38b7566fe907e0d2fec9a0f9af72d9f});google.maps.event.addListener(m_e38b7566fe907e0d2fec9a0f9af72d9f, 'click', function() {infowindow.open(map,m_e38b7566fe907e0d2fec9a0f9af72d9f);});$marker.push(m_e38b7566fe907e0d2fec9a0f9af72d9f);}});}google.maps.event.addDomListener(window, 'load', initialize);