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(38.3512,-85.7966)};var g_b77ca39fdc74acd2cb749b06e82c578f = new google.maps.Geocoder();g_b77ca39fdc74acd2cb749b06e82c578f.geocode( { 'address': "3007 Charlestown Crossing, New Albany, IN 47150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-IN-first-midwest-financial').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-IN-first-midwest-financial'), mapOptions);}document.getElementById('19664f44').innerHTML += ' | View Map';var $lb77ca39fdc74acd2cb749b06e82c578f = '

First Midwest Financial

Address: 3007 Charlestown Crossing, New Albany, IN 47150, USA
Phone: (812) 246-5626
';var m_b77ca39fdc74acd2cb749b06e82c578f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Midwest Financial',});m_b77ca39fdc74acd2cb749b06e82c578f['infowindow'] = new google.maps.InfoWindow({content: $lb77ca39fdc74acd2cb749b06e82c578f});var infowindow = new google.maps.InfoWindow({content: $lb77ca39fdc74acd2cb749b06e82c578f});google.maps.event.addListener(m_b77ca39fdc74acd2cb749b06e82c578f, 'click', function() {infowindow.open(map,m_b77ca39fdc74acd2cb749b06e82c578f);});$marker.push(m_b77ca39fdc74acd2cb749b06e82c578f);}});}google.maps.event.addDomListener(window, 'load', initialize);