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.1787,-84.246)};var g_1e09225515ec7571132c382c1ec4175b = new google.maps.Geocoder();g_1e09225515ec7571132c382c1ec4175b.geocode( { 'address': "954 State Route 28, Milford, OH 45150"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-OH-foundation-bank').style.display = '';map = new google.maps.Map(document.getElementById('milford-OH-foundation-bank'), mapOptions);}document.getElementById('2c06aa36').innerHTML += ' | View Map';var $l1e09225515ec7571132c382c1ec4175b = '

Foundation Bank

Address: 954 State Route 28, Milford, OH 45150
Phone: (513) 248-1222
';var m_1e09225515ec7571132c382c1ec4175b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Foundation Bank',});m_1e09225515ec7571132c382c1ec4175b['infowindow'] = new google.maps.InfoWindow({content: $l1e09225515ec7571132c382c1ec4175b});var infowindow = new google.maps.InfoWindow({content: $l1e09225515ec7571132c382c1ec4175b});google.maps.event.addListener(m_1e09225515ec7571132c382c1ec4175b, 'click', function() {infowindow.open(map,m_1e09225515ec7571132c382c1ec4175b);});$marker.push(m_1e09225515ec7571132c382c1ec4175b);}});}google.maps.event.addDomListener(window, 'load', initialize);