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(41.3135,-81.9479)};var g_c3fa992f23b7e72d8c139fb6f163dba3 = new google.maps.Geocoder();g_c3fa992f23b7e72d8c139fb6f163dba3.geocode( { 'address': "26700 Royalton Rd, Columbia Station, OH 44028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-station-OH-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('columbia-station-OH-fifth-third-bank--atm'), mapOptions);}document.getElementById('5b146ca4').innerHTML += ' | View Map';var $lc3fa992f23b7e72d8c139fb6f163dba3 = '

Fifth Third Bank & ATM

Address: 26700 Royalton Rd, Columbia Station, OH 44028, USA
Phone: (440) 236-3400
';var m_c3fa992f23b7e72d8c139fb6f163dba3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_c3fa992f23b7e72d8c139fb6f163dba3['infowindow'] = new google.maps.InfoWindow({content: $lc3fa992f23b7e72d8c139fb6f163dba3});var infowindow = new google.maps.InfoWindow({content: $lc3fa992f23b7e72d8c139fb6f163dba3});google.maps.event.addListener(m_c3fa992f23b7e72d8c139fb6f163dba3, 'click', function() {infowindow.open(map,m_c3fa992f23b7e72d8c139fb6f163dba3);});$marker.push(m_c3fa992f23b7e72d8c139fb6f163dba3);}});}google.maps.event.addDomListener(window, 'load', initialize);