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.3414,-85.8001)};var g_b219d61124a44bc944ad5f3b0230ef0f = new google.maps.Geocoder();g_b219d61124a44bc944ad5f3b0230ef0f.geocode( { 'address': "3831 Charlestown Rd, New Albany, IN 47150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-IN-magnolia-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-IN-magnolia-mortgage-llc'), mapOptions);}document.getElementById('66c0b41d').innerHTML += ' | View Map';var $lb219d61124a44bc944ad5f3b0230ef0f = '

Magnolia Mortgage LLC

Address: 3831 Charlestown Rd, New Albany, IN 47150, USA
Phone: (812) 920-0434
';var m_b219d61124a44bc944ad5f3b0230ef0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Magnolia Mortgage LLC',});m_b219d61124a44bc944ad5f3b0230ef0f['infowindow'] = new google.maps.InfoWindow({content: $lb219d61124a44bc944ad5f3b0230ef0f});var infowindow = new google.maps.InfoWindow({content: $lb219d61124a44bc944ad5f3b0230ef0f});google.maps.event.addListener(m_b219d61124a44bc944ad5f3b0230ef0f, 'click', function() {infowindow.open(map,m_b219d61124a44bc944ad5f3b0230ef0f);});$marker.push(m_b219d61124a44bc944ad5f3b0230ef0f);}});}google.maps.event.addDomListener(window, 'load', initialize);