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(31.7698,-95.6273)};var g_d9e16849e6c8440f27574666b9e9735a = new google.maps.Geocoder();g_d9e16849e6c8440f27574666b9e9735a.geocode( { 'address': "1015 N Church St, Palestine, TX 75801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palestine-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('palestine-TX-prosperity-bank'), mapOptions);}document.getElementById('43a704ce').innerHTML += ' | View Map';var $ld9e16849e6c8440f27574666b9e9735a = '

Prosperity Bank

Address: 1015 N Church St, Palestine, TX 75801, USA
Phone: (903) 729-3228
';var m_d9e16849e6c8440f27574666b9e9735a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_d9e16849e6c8440f27574666b9e9735a['infowindow'] = new google.maps.InfoWindow({content: $ld9e16849e6c8440f27574666b9e9735a});var infowindow = new google.maps.InfoWindow({content: $ld9e16849e6c8440f27574666b9e9735a});google.maps.event.addListener(m_d9e16849e6c8440f27574666b9e9735a, 'click', function() {infowindow.open(map,m_d9e16849e6c8440f27574666b9e9735a);});$marker.push(m_d9e16849e6c8440f27574666b9e9735a);}});}google.maps.event.addDomListener(window, 'load', initialize);