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.8122,-85.1737)};var g_08d1833932838c3a12c9ce8da554af0e = new google.maps.Geocoder();g_08d1833932838c3a12c9ce8da554af0e.geocode( { 'address': "200 W Main St, Cambridge City, IN 47327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cambridge-city-IN-first-bank-richmond').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-city-IN-first-bank-richmond'), mapOptions);}document.getElementById('e87ef08a').innerHTML += ' | View Map';var $l08d1833932838c3a12c9ce8da554af0e = '

First Bank Richmond

Address: 200 W Main St, Cambridge City, IN 47327, USA
Phone: (765) 478-4451
';var m_08d1833932838c3a12c9ce8da554af0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Richmond',});m_08d1833932838c3a12c9ce8da554af0e['infowindow'] = new google.maps.InfoWindow({content: $l08d1833932838c3a12c9ce8da554af0e});var infowindow = new google.maps.InfoWindow({content: $l08d1833932838c3a12c9ce8da554af0e});google.maps.event.addListener(m_08d1833932838c3a12c9ce8da554af0e, 'click', function() {infowindow.open(map,m_08d1833932838c3a12c9ce8da554af0e);});$marker.push(m_08d1833932838c3a12c9ce8da554af0e);}});}google.maps.event.addDomListener(window, 'load', initialize);