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.3233,-96.2025)};var g_088d6dc6ddb3113e9b902711ccdfafef = new google.maps.Geocoder();g_088d6dc6ddb3113e9b902711ccdfafef.geocode( { 'address': "Seven Points, TX 75143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seven-points-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('seven-points-TX-prosperity-bank'), mapOptions);}document.getElementById('b5bd119a').innerHTML += ' | View Map';var $l088d6dc6ddb3113e9b902711ccdfafef = '

Prosperity Bank

Address: Seven Points, TX 75143, USA
Phone: (903) 432-3611
';var m_088d6dc6ddb3113e9b902711ccdfafef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_088d6dc6ddb3113e9b902711ccdfafef['infowindow'] = new google.maps.InfoWindow({content: $l088d6dc6ddb3113e9b902711ccdfafef});var infowindow = new google.maps.InfoWindow({content: $l088d6dc6ddb3113e9b902711ccdfafef});google.maps.event.addListener(m_088d6dc6ddb3113e9b902711ccdfafef, 'click', function() {infowindow.open(map,m_088d6dc6ddb3113e9b902711ccdfafef);});$marker.push(m_088d6dc6ddb3113e9b902711ccdfafef);}});}google.maps.event.addDomListener(window, 'load', initialize);