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.3844,-81.6407)};var g_8b27d59593eb64f0b52b12733f48887d = new google.maps.Geocoder();g_8b27d59593eb64f0b52b12733f48887d.geocode( { 'address': "6563 Brecksville Rd, Independence, OH 44131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-OH-dollar-bank').style.display = '';map = new google.maps.Map(document.getElementById('independence-OH-dollar-bank'), mapOptions);}document.getElementById('e6160ff5').innerHTML += ' | View Map';var $l8b27d59593eb64f0b52b12733f48887d = '

Dollar Bank

Address: 6563 Brecksville Rd, Independence, OH 44131, USA
Phone: (216) 447-1505
';var m_8b27d59593eb64f0b52b12733f48887d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Bank',});m_8b27d59593eb64f0b52b12733f48887d['infowindow'] = new google.maps.InfoWindow({content: $l8b27d59593eb64f0b52b12733f48887d});var infowindow = new google.maps.InfoWindow({content: $l8b27d59593eb64f0b52b12733f48887d});google.maps.event.addListener(m_8b27d59593eb64f0b52b12733f48887d, 'click', function() {infowindow.open(map,m_8b27d59593eb64f0b52b12733f48887d);});$marker.push(m_8b27d59593eb64f0b52b12733f48887d);}});}google.maps.event.addDomListener(window, 'load', initialize);