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(33.4893,-89.7355)};var g_73c58d17ab0667bad0c41c990bc60114 = new google.maps.Geocoder();g_73c58d17ab0667bad0c41c990bc60114.geocode( { 'address': "312 N Applegate St, Winona, MS 38967, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winona-MS-bank-of-winona').style.display = '';map = new google.maps.Map(document.getElementById('winona-MS-bank-of-winona'), mapOptions);}document.getElementById('cf90e96d').innerHTML += ' | View Map';var $l73c58d17ab0667bad0c41c990bc60114 = '

Bank of Winona

Address: 312 N Applegate St, Winona, MS 38967, USA
Phone: (662) 283-3231
';var m_73c58d17ab0667bad0c41c990bc60114 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Winona',});m_73c58d17ab0667bad0c41c990bc60114['infowindow'] = new google.maps.InfoWindow({content: $l73c58d17ab0667bad0c41c990bc60114});var infowindow = new google.maps.InfoWindow({content: $l73c58d17ab0667bad0c41c990bc60114});google.maps.event.addListener(m_73c58d17ab0667bad0c41c990bc60114, 'click', function() {infowindow.open(map,m_73c58d17ab0667bad0c41c990bc60114);});$marker.push(m_73c58d17ab0667bad0c41c990bc60114);}});}google.maps.event.addDomListener(window, 'load', initialize);