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.881,-87.6247)};var g_3fc2c60b5782f641f76bcefc39fb2392 = new google.maps.Geocoder();g_3fc2c60b5782f641f76bcefc39fb2392.geocode( { 'address': "13323 S Baltimore Ave, Chicago, IL 60633"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-first-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-first-merchants-bank'), mapOptions);}document.getElementById('6f29e2e0').innerHTML += ' | View Map';var $l3fc2c60b5782f641f76bcefc39fb2392 = '

First Merchants Bank

Address: 13323 S Baltimore Ave, Chicago, IL 60633
Phone: (773) 646-1000
';var m_3fc2c60b5782f641f76bcefc39fb2392 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merchants Bank',});m_3fc2c60b5782f641f76bcefc39fb2392['infowindow'] = new google.maps.InfoWindow({content: $l3fc2c60b5782f641f76bcefc39fb2392});var infowindow = new google.maps.InfoWindow({content: $l3fc2c60b5782f641f76bcefc39fb2392});google.maps.event.addListener(m_3fc2c60b5782f641f76bcefc39fb2392, 'click', function() {infowindow.open(map,m_3fc2c60b5782f641f76bcefc39fb2392);});$marker.push(m_3fc2c60b5782f641f76bcefc39fb2392);}});}google.maps.event.addDomListener(window, 'load', initialize);