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()};var g_5f354c41e6ab9c59217401b086538c91 = new google.maps.Geocoder();g_5f354c41e6ab9c59217401b086538c91.geocode( { 'address': "539 Interstate 30 W, Mt Vernon, TX 75457"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-vernon-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-vernon-TX-prosperity-bank'), mapOptions);}document.getElementById('4ede82c9').innerHTML += ' | View Map';var $l5f354c41e6ab9c59217401b086538c91 = '

Prosperity Bank

Address: 539 Interstate 30 W, Mt Vernon, TX 75457
Phone: (903) 588-2243
';var m_5f354c41e6ab9c59217401b086538c91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_5f354c41e6ab9c59217401b086538c91['infowindow'] = new google.maps.InfoWindow({content: $l5f354c41e6ab9c59217401b086538c91});var infowindow = new google.maps.InfoWindow({content: $l5f354c41e6ab9c59217401b086538c91});google.maps.event.addListener(m_5f354c41e6ab9c59217401b086538c91, 'click', function() {infowindow.open(map,m_5f354c41e6ab9c59217401b086538c91);});$marker.push(m_5f354c41e6ab9c59217401b086538c91);}});}google.maps.event.addDomListener(window, 'load', initialize);