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(41.6734,-86.8945)};var g_e2f2ff3de77732967d7c107696063888 = new google.maps.Geocoder();g_e2f2ff3de77732967d7c107696063888.geocode( { 'address': "4365 S Franklin St, Michigan City, IN 46360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-city-IN-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('michigan-city-IN-chase-mortgage'), mapOptions);}document.getElementById('f6405469').innerHTML += ' | View Map';var $le2f2ff3de77732967d7c107696063888 = '

Chase Mortgage

Address: 4365 S Franklin St, Michigan City, IN 46360, USA
Phone: (219) 879-2335
';var m_e2f2ff3de77732967d7c107696063888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_e2f2ff3de77732967d7c107696063888['infowindow'] = new google.maps.InfoWindow({content: $le2f2ff3de77732967d7c107696063888});var infowindow = new google.maps.InfoWindow({content: $le2f2ff3de77732967d7c107696063888});google.maps.event.addListener(m_e2f2ff3de77732967d7c107696063888, 'click', function() {infowindow.open(map,m_e2f2ff3de77732967d7c107696063888);});$marker.push(m_e2f2ff3de77732967d7c107696063888);}});}google.maps.event.addDomListener(window, 'load', initialize);