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.8515,-82.8292)};var g_e45c2dc8d9e5b215ea141f2f609100f9 = new google.maps.Geocoder();g_e45c2dc8d9e5b215ea141f2f609100f9.geocode( { 'address': "6360 Prentiss School Dr, Canal Winchester, OH 43110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canal-winchester-OH-canal-banking-center').style.display = '';map = new google.maps.Map(document.getElementById('canal-winchester-OH-canal-banking-center'), mapOptions);}document.getElementById('89daad33').innerHTML += ' | View Map';var $le45c2dc8d9e5b215ea141f2f609100f9 = '

Canal Banking Center

Address: 6360 Prentiss School Dr, Canal Winchester, OH 43110, USA
Phone: (614) 834-5626
';var m_e45c2dc8d9e5b215ea141f2f609100f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canal Banking Center',});m_e45c2dc8d9e5b215ea141f2f609100f9['infowindow'] = new google.maps.InfoWindow({content: $le45c2dc8d9e5b215ea141f2f609100f9});var infowindow = new google.maps.InfoWindow({content: $le45c2dc8d9e5b215ea141f2f609100f9});google.maps.event.addListener(m_e45c2dc8d9e5b215ea141f2f609100f9, 'click', function() {infowindow.open(map,m_e45c2dc8d9e5b215ea141f2f609100f9);});$marker.push(m_e45c2dc8d9e5b215ea141f2f609100f9);}});}google.maps.event.addDomListener(window, 'load', initialize);