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(39.9055,-86.1186)};var g_084cf6b547924f78e077908044c129e6 = new google.maps.Geocoder();g_084cf6b547924f78e077908044c129e6.geocode( { 'address': "8200 Haverstick Rd #255, Indianapolis, IN 46240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-fairway-independent-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-fairway-independent-mortgage-corporation'), mapOptions);}document.getElementById('ed9decc5').innerHTML += ' | View Map';var $l084cf6b547924f78e077908044c129e6 = '

Fairway Independent Mortgage Corporation

Address: 8200 Haverstick Rd #255, Indianapolis, IN 46240, USA
Phone: (317) 205-9912
';var m_084cf6b547924f78e077908044c129e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mortgage Corporation',});m_084cf6b547924f78e077908044c129e6['infowindow'] = new google.maps.InfoWindow({content: $l084cf6b547924f78e077908044c129e6});var infowindow = new google.maps.InfoWindow({content: $l084cf6b547924f78e077908044c129e6});google.maps.event.addListener(m_084cf6b547924f78e077908044c129e6, 'click', function() {infowindow.open(map,m_084cf6b547924f78e077908044c129e6);});$marker.push(m_084cf6b547924f78e077908044c129e6);}});}google.maps.event.addDomListener(window, 'load', initialize);