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_c1020880214e7bbf222d0069b7c77cb7 = new google.maps.Geocoder();g_c1020880214e7bbf222d0069b7c77cb7.geocode( { 'address': "27691 Euclid Ave Ste C-5, Cleveland, OH 44132"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-united-bank-card').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-united-bank-card'), mapOptions);}document.getElementById('5022a1e0').innerHTML += ' | View Map';var $lc1020880214e7bbf222d0069b7c77cb7 = '

United Bank Card

Address: 27691 Euclid Ave Ste C-5, Cleveland, OH 44132
Phone: (216) 491-1691
';var m_c1020880214e7bbf222d0069b7c77cb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank Card',});m_c1020880214e7bbf222d0069b7c77cb7['infowindow'] = new google.maps.InfoWindow({content: $lc1020880214e7bbf222d0069b7c77cb7});var infowindow = new google.maps.InfoWindow({content: $lc1020880214e7bbf222d0069b7c77cb7});google.maps.event.addListener(m_c1020880214e7bbf222d0069b7c77cb7, 'click', function() {infowindow.open(map,m_c1020880214e7bbf222d0069b7c77cb7);});$marker.push(m_c1020880214e7bbf222d0069b7c77cb7);}});}google.maps.event.addDomListener(window, 'load', initialize);