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.39,-96.849)};var g_6f971b8a5752c9a4a44306db39282683 = new google.maps.Geocoder();g_6f971b8a5752c9a4a44306db39282683.geocode( { 'address': "401 Ferris Ave, Waxahachie, TX 75165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waxahachie-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('waxahachie-TX-prosperity-bank'), mapOptions);}document.getElementById('ff5900c9').innerHTML += ' | View Map';var $l6f971b8a5752c9a4a44306db39282683 = '

Prosperity Bank

Address: 401 Ferris Ave, Waxahachie, TX 75165, USA
Phone: (972) 935-9023
';var m_6f971b8a5752c9a4a44306db39282683 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_6f971b8a5752c9a4a44306db39282683['infowindow'] = new google.maps.InfoWindow({content: $l6f971b8a5752c9a4a44306db39282683});var infowindow = new google.maps.InfoWindow({content: $l6f971b8a5752c9a4a44306db39282683});google.maps.event.addListener(m_6f971b8a5752c9a4a44306db39282683, 'click', function() {infowindow.open(map,m_6f971b8a5752c9a4a44306db39282683);});$marker.push(m_6f971b8a5752c9a4a44306db39282683);}});}google.maps.event.addDomListener(window, 'load', initialize);