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.494,-81.6694)};var g_112169070b04ff94e186da251936bf06 = new google.maps.Geocoder();g_112169070b04ff94e186da251936bf06.geocode( { 'address': "2802 Mayfield Rd, Cleveland, OH 44118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-first-place-bank').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-first-place-bank'), mapOptions);}document.getElementById('6c719127').innerHTML += ' | View Map';var $l112169070b04ff94e186da251936bf06 = '

First Place Bank

Address: 2802 Mayfield Rd, Cleveland, OH 44118
Phone: (216) 229-3434
';var m_112169070b04ff94e186da251936bf06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Place Bank',});m_112169070b04ff94e186da251936bf06['infowindow'] = new google.maps.InfoWindow({content: $l112169070b04ff94e186da251936bf06});var infowindow = new google.maps.InfoWindow({content: $l112169070b04ff94e186da251936bf06});google.maps.event.addListener(m_112169070b04ff94e186da251936bf06, 'click', function() {infowindow.open(map,m_112169070b04ff94e186da251936bf06);});$marker.push(m_112169070b04ff94e186da251936bf06);}});}google.maps.event.addDomListener(window, 'load', initialize);