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(40.0988,-83.017)};var g_e6d133165d4a7f7d87a54615bd7456a6 = new google.maps.Geocoder();g_e6d133165d4a7f7d87a54615bd7456a6.geocode( { 'address': "1 Nationwide Plz, Columbus, OH 43215"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-nationwide-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-nationwide-bank'), mapOptions);}document.getElementById('e7e62cd5').innerHTML += ' | View Map';var $le6d133165d4a7f7d87a54615bd7456a6 = '

Nationwide Bank

Address: 1 Nationwide Plz, Columbus, OH 43215
Phone: (877) 669-6877
';var m_e6d133165d4a7f7d87a54615bd7456a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Bank',});m_e6d133165d4a7f7d87a54615bd7456a6['infowindow'] = new google.maps.InfoWindow({content: $le6d133165d4a7f7d87a54615bd7456a6});var infowindow = new google.maps.InfoWindow({content: $le6d133165d4a7f7d87a54615bd7456a6});google.maps.event.addListener(m_e6d133165d4a7f7d87a54615bd7456a6, 'click', function() {infowindow.open(map,m_e6d133165d4a7f7d87a54615bd7456a6);});$marker.push(m_e6d133165d4a7f7d87a54615bd7456a6);}});}google.maps.event.addDomListener(window, 'load', initialize);