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_c8fd3d6d640ae79c0bdd4b7b29aad177 = new google.maps.Geocoder();g_c8fd3d6d640ae79c0bdd4b7b29aad177.geocode( { 'address': "510 E 96th St, Indianapolis, IN 46240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-merrill-lynch').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-merrill-lynch'), mapOptions);}document.getElementById('d56524b5').innerHTML += ' | View Map';var $lc8fd3d6d640ae79c0bdd4b7b29aad177 = '

Merrill Lynch

Address: 510 E 96th St, Indianapolis, IN 46240
Phone: (317) 848-2100
';var m_c8fd3d6d640ae79c0bdd4b7b29aad177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch',});m_c8fd3d6d640ae79c0bdd4b7b29aad177['infowindow'] = new google.maps.InfoWindow({content: $lc8fd3d6d640ae79c0bdd4b7b29aad177});var infowindow = new google.maps.InfoWindow({content: $lc8fd3d6d640ae79c0bdd4b7b29aad177});google.maps.event.addListener(m_c8fd3d6d640ae79c0bdd4b7b29aad177, 'click', function() {infowindow.open(map,m_c8fd3d6d640ae79c0bdd4b7b29aad177);});$marker.push(m_c8fd3d6d640ae79c0bdd4b7b29aad177);}});}google.maps.event.addDomListener(window, 'load', initialize);