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.6934,-85.8891)};var g_90c42a8da5f45fdc451fd59001c6355d = new google.maps.Geocoder();g_90c42a8da5f45fdc451fd59001c6355d.geocode( { 'address': "303 County Rd 17, Elkhart, IN 46516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhart-IN-centier-bank').style.display = '';map = new google.maps.Map(document.getElementById('elkhart-IN-centier-bank'), mapOptions);}document.getElementById('5a61b77e').innerHTML += ' | View Map';var $l90c42a8da5f45fdc451fd59001c6355d = '

Centier Bank

Address: 303 County Rd 17, Elkhart, IN 46516, USA
Phone: (574) 295-9834
';var m_90c42a8da5f45fdc451fd59001c6355d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centier Bank',});m_90c42a8da5f45fdc451fd59001c6355d['infowindow'] = new google.maps.InfoWindow({content: $l90c42a8da5f45fdc451fd59001c6355d});var infowindow = new google.maps.InfoWindow({content: $l90c42a8da5f45fdc451fd59001c6355d});google.maps.event.addListener(m_90c42a8da5f45fdc451fd59001c6355d, 'click', function() {infowindow.open(map,m_90c42a8da5f45fdc451fd59001c6355d);});$marker.push(m_90c42a8da5f45fdc451fd59001c6355d);}});}google.maps.event.addDomListener(window, 'load', initialize);