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.7094,-86.3951)};var g_79097f53972389db5f1f5fd3683a4aad = new google.maps.Geocoder();g_79097f53972389db5f1f5fd3683a4aad.geocode( { 'address': "2101 Stanley Rd, Plainfield, IN 46168"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainfield-IN-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('plainfield-IN-fifth-third-bank'), mapOptions);}document.getElementById('145682c1').innerHTML += ' | View Map';var $l79097f53972389db5f1f5fd3683a4aad = '

Fifth Third Bank

Address: 2101 Stanley Rd, Plainfield, IN 46168
Phone: (317) 837-1201
';var m_79097f53972389db5f1f5fd3683a4aad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_79097f53972389db5f1f5fd3683a4aad['infowindow'] = new google.maps.InfoWindow({content: $l79097f53972389db5f1f5fd3683a4aad});var infowindow = new google.maps.InfoWindow({content: $l79097f53972389db5f1f5fd3683a4aad});google.maps.event.addListener(m_79097f53972389db5f1f5fd3683a4aad, 'click', function() {infowindow.open(map,m_79097f53972389db5f1f5fd3683a4aad);});$marker.push(m_79097f53972389db5f1f5fd3683a4aad);}});}google.maps.event.addDomListener(window, 'load', initialize);