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.1554,-94.3422)};var g_c6ecd86d6c3cbe8f9afe12271fcf64fe = new google.maps.Geocoder();g_c6ecd86d6c3cbe8f9afe12271fcf64fe.geocode( { 'address': "121 S Market St, Carthage, TX 75633"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carthage-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('carthage-TX-prosperity-bank'), mapOptions);}document.getElementById('2b2c98b4').innerHTML += ' | View Map';var $lc6ecd86d6c3cbe8f9afe12271fcf64fe = '

Prosperity Bank

Address: 121 S Market St, Carthage, TX 75633
Phone: (903) 693-7161
';var m_c6ecd86d6c3cbe8f9afe12271fcf64fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_c6ecd86d6c3cbe8f9afe12271fcf64fe['infowindow'] = new google.maps.InfoWindow({content: $lc6ecd86d6c3cbe8f9afe12271fcf64fe});var infowindow = new google.maps.InfoWindow({content: $lc6ecd86d6c3cbe8f9afe12271fcf64fe});google.maps.event.addListener(m_c6ecd86d6c3cbe8f9afe12271fcf64fe, 'click', function() {infowindow.open(map,m_c6ecd86d6c3cbe8f9afe12271fcf64fe);});$marker.push(m_c6ecd86d6c3cbe8f9afe12271fcf64fe);}});}google.maps.event.addDomListener(window, 'load', initialize);