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.7746,-86.1096)};var g_79a39dd14a3348c7435223d547c912ee = new google.maps.Geocoder();g_79a39dd14a3348c7435223d547c912ee.geocode( { 'address': "9200 Keystone Xing, Indianapolis, IN 46240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-landmark-savings-bank-administration').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-landmark-savings-bank-administration'), mapOptions);}document.getElementById('2b4775d7').innerHTML += ' | View Map';var $l79a39dd14a3348c7435223d547c912ee = '

Landmark Savings Bank Administration

Address: 9200 Keystone Xing, Indianapolis, IN 46240
Phone: (317) 633-0930
';var m_79a39dd14a3348c7435223d547c912ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Savings Bank Administration',});m_79a39dd14a3348c7435223d547c912ee['infowindow'] = new google.maps.InfoWindow({content: $l79a39dd14a3348c7435223d547c912ee});var infowindow = new google.maps.InfoWindow({content: $l79a39dd14a3348c7435223d547c912ee});google.maps.event.addListener(m_79a39dd14a3348c7435223d547c912ee, 'click', function() {infowindow.open(map,m_79a39dd14a3348c7435223d547c912ee);});$marker.push(m_79a39dd14a3348c7435223d547c912ee);}});}google.maps.event.addDomListener(window, 'load', initialize);