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.3099,-96.009)};var g_dfc2075e6b1a0446059832d3f11aee8f = new google.maps.Geocoder();g_dfc2075e6b1a0446059832d3f11aee8f.geocode( { 'address': "213 US-175, Eustace, TX 75124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eustace-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('eustace-TX-prosperity-bank'), mapOptions);}document.getElementById('9f62a62c').innerHTML += ' | View Map';var $ldfc2075e6b1a0446059832d3f11aee8f = '

Prosperity Bank

Address: 213 US-175, Eustace, TX 75124, USA
Phone: (903) 425-7031
';var m_dfc2075e6b1a0446059832d3f11aee8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_dfc2075e6b1a0446059832d3f11aee8f['infowindow'] = new google.maps.InfoWindow({content: $ldfc2075e6b1a0446059832d3f11aee8f});var infowindow = new google.maps.InfoWindow({content: $ldfc2075e6b1a0446059832d3f11aee8f});google.maps.event.addListener(m_dfc2075e6b1a0446059832d3f11aee8f, 'click', function() {infowindow.open(map,m_dfc2075e6b1a0446059832d3f11aee8f);});$marker.push(m_dfc2075e6b1a0446059832d3f11aee8f);}});}google.maps.event.addDomListener(window, 'load', initialize);