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.8123,-85.1719)};var g_4c193c65c1125a24ba455f1534f6d0f8 = new google.maps.Geocoder();g_4c193c65c1125a24ba455f1534f6d0f8.geocode( { 'address': "100 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-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-city-IN-us-bank-branch'), mapOptions);}document.getElementById('6ba0761e').innerHTML += ' | View Map';var $l4c193c65c1125a24ba455f1534f6d0f8 = '

U.S. Bank Branch

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