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.7433,-97.7822)};var g_7d42359b4427b849552d0385c4a03555 = new google.maps.Geocoder();g_7d42359b4427b849552d0385c4a03555.geocode( { 'address': "1330 Santa Fe Dr, Weatherford, TX 76086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-prosperity-bank'), mapOptions);}document.getElementById('702b0409').innerHTML += ' | View Map';var $l7d42359b4427b849552d0385c4a03555 = '

Prosperity Bank

Address: 1330 Santa Fe Dr, Weatherford, TX 76086, USA
Phone: (817) 594-0533
';var m_7d42359b4427b849552d0385c4a03555 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_7d42359b4427b849552d0385c4a03555['infowindow'] = new google.maps.InfoWindow({content: $l7d42359b4427b849552d0385c4a03555});var infowindow = new google.maps.InfoWindow({content: $l7d42359b4427b849552d0385c4a03555});google.maps.event.addListener(m_7d42359b4427b849552d0385c4a03555, 'click', function() {infowindow.open(map,m_7d42359b4427b849552d0385c4a03555);});$marker.push(m_7d42359b4427b849552d0385c4a03555);}});}google.maps.event.addDomListener(window, 'load', initialize);