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.463,-81.5657)};var g_fe4747026d5b848a3c48b071c424d1af = new google.maps.Geocoder();g_fe4747026d5b848a3c48b071c424d1af.geocode( { 'address': "3558 Lee Rd, Cleveland, OH 44120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-haven-financial-enterprise').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-haven-financial-enterprise'), mapOptions);}document.getElementById('959c1264').innerHTML += ' | View Map';var $lfe4747026d5b848a3c48b071c424d1af = '

Haven Financial Enterprise

Address: 3558 Lee Rd, Cleveland, OH 44120, USA
Phone: (800) 265-2401
';var m_fe4747026d5b848a3c48b071c424d1af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Haven Financial Enterprise',});m_fe4747026d5b848a3c48b071c424d1af['infowindow'] = new google.maps.InfoWindow({content: $lfe4747026d5b848a3c48b071c424d1af});var infowindow = new google.maps.InfoWindow({content: $lfe4747026d5b848a3c48b071c424d1af});google.maps.event.addListener(m_fe4747026d5b848a3c48b071c424d1af, 'click', function() {infowindow.open(map,m_fe4747026d5b848a3c48b071c424d1af);});$marker.push(m_fe4747026d5b848a3c48b071c424d1af);}});}google.maps.event.addDomListener(window, 'load', initialize);