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(37.9773,-87.5724)};var g_a5be72021b790911ff9684b79e1c62fb = new google.maps.Geocoder();g_a5be72021b790911ff9684b79e1c62fb.geocode( { 'address': "7325 E Virginia St, Evansville, IN 47715"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('evansville-IN-legence-bank').style.display = '';map = new google.maps.Map(document.getElementById('evansville-IN-legence-bank'), mapOptions);}document.getElementById('a26dfa6e').innerHTML += ' | View Map';var $la5be72021b790911ff9684b79e1c62fb = '

Legence Bank

Address: 7325 E Virginia St, Evansville, IN 47715
Phone: (812) 402-8989
';var m_a5be72021b790911ff9684b79e1c62fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legence Bank',});m_a5be72021b790911ff9684b79e1c62fb['infowindow'] = new google.maps.InfoWindow({content: $la5be72021b790911ff9684b79e1c62fb});var infowindow = new google.maps.InfoWindow({content: $la5be72021b790911ff9684b79e1c62fb});google.maps.event.addListener(m_a5be72021b790911ff9684b79e1c62fb, 'click', function() {infowindow.open(map,m_a5be72021b790911ff9684b79e1c62fb);});$marker.push(m_a5be72021b790911ff9684b79e1c62fb);}});}google.maps.event.addDomListener(window, 'load', initialize);