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.8879,-86.0452)};var g_96614fbb16c685125f0e274b3f6b8d8e = new google.maps.Geocoder();g_96614fbb16c685125f0e274b3f6b8d8e.geocode( { 'address': "7275 Shadeland Station, Indianapolis, IN 46256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-jones-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-jones-mortgage-group'), mapOptions);}document.getElementById('3c9fa1c6').innerHTML += ' | View Map';var $l96614fbb16c685125f0e274b3f6b8d8e = '

Jones Mortgage Group

Address: 7275 Shadeland Station, Indianapolis, IN 46256, USA
Phone: (317) 576-9911
';var m_96614fbb16c685125f0e274b3f6b8d8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jones Mortgage Group',});m_96614fbb16c685125f0e274b3f6b8d8e['infowindow'] = new google.maps.InfoWindow({content: $l96614fbb16c685125f0e274b3f6b8d8e});var infowindow = new google.maps.InfoWindow({content: $l96614fbb16c685125f0e274b3f6b8d8e});google.maps.event.addListener(m_96614fbb16c685125f0e274b3f6b8d8e, 'click', function() {infowindow.open(map,m_96614fbb16c685125f0e274b3f6b8d8e);});$marker.push(m_96614fbb16c685125f0e274b3f6b8d8e);}});}google.maps.event.addDomListener(window, 'load', initialize);