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(38.7835,-82.9413)};var g_0b01fc79281433649e7d67e55f663274 = new google.maps.Geocoder();g_0b01fc79281433649e7d67e55f663274.geocode( { 'address': "500 Chillicothe St, Portsmouth, OH 45662"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-OH-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-OH-fifth-third-bank'), mapOptions);}document.getElementById('2d9e68e8').innerHTML += ' | View Map';var $l0b01fc79281433649e7d67e55f663274 = '

Fifth Third Bank

Address: 500 Chillicothe St, Portsmouth, OH 45662
Phone: (740) 354-5300
';var m_0b01fc79281433649e7d67e55f663274 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_0b01fc79281433649e7d67e55f663274['infowindow'] = new google.maps.InfoWindow({content: $l0b01fc79281433649e7d67e55f663274});var infowindow = new google.maps.InfoWindow({content: $l0b01fc79281433649e7d67e55f663274});google.maps.event.addListener(m_0b01fc79281433649e7d67e55f663274, 'click', function() {infowindow.open(map,m_0b01fc79281433649e7d67e55f663274);});$marker.push(m_0b01fc79281433649e7d67e55f663274);}});}google.maps.event.addDomListener(window, 'load', initialize);