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.981,-82.8193)};var g_754052776c4f951acec415bff3d3a492 = new google.maps.Geocoder();g_754052776c4f951acec415bff3d3a492.geocode( { 'address': "6939 E Broad St, Columbus, OH 43213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-firstmerit-bank'), mapOptions);}document.getElementById('ba3599ae').innerHTML += ' | View Map';var $l754052776c4f951acec415bff3d3a492 = '

FirstMerit Bank

Address: 6939 E Broad St, Columbus, OH 43213, USA
Phone: (614) 866-7482
';var m_754052776c4f951acec415bff3d3a492 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_754052776c4f951acec415bff3d3a492['infowindow'] = new google.maps.InfoWindow({content: $l754052776c4f951acec415bff3d3a492});var infowindow = new google.maps.InfoWindow({content: $l754052776c4f951acec415bff3d3a492});google.maps.event.addListener(m_754052776c4f951acec415bff3d3a492, 'click', function() {infowindow.open(map,m_754052776c4f951acec415bff3d3a492);});$marker.push(m_754052776c4f951acec415bff3d3a492);}});}google.maps.event.addDomListener(window, 'load', initialize);