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.3415,-84.3987)};var g_ea4d3addbc205749bb2e8e073d857cea = new google.maps.Geocoder();g_ea4d3addbc205749bb2e8e073d857cea.geocode( { 'address': "8050 Beckett Center Dr, West Chester, OH 45069"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-chester-OH-valley-central-saving-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-chester-OH-valley-central-saving-bank'), mapOptions);}document.getElementById('5718dbf7').innerHTML += ' | View Map';var $lea4d3addbc205749bb2e8e073d857cea = '

Valley Central Saving Bank

Address: 8050 Beckett Center Dr, West Chester, OH 45069
Phone: (513) 860-2179
';var m_ea4d3addbc205749bb2e8e073d857cea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Central Saving Bank',});m_ea4d3addbc205749bb2e8e073d857cea['infowindow'] = new google.maps.InfoWindow({content: $lea4d3addbc205749bb2e8e073d857cea});var infowindow = new google.maps.InfoWindow({content: $lea4d3addbc205749bb2e8e073d857cea});google.maps.event.addListener(m_ea4d3addbc205749bb2e8e073d857cea, 'click', function() {infowindow.open(map,m_ea4d3addbc205749bb2e8e073d857cea);});$marker.push(m_ea4d3addbc205749bb2e8e073d857cea);}});}google.maps.event.addDomListener(window, 'load', initialize);