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.4752,-81.946)};var g_87891b8f60cc2b6355938628ac4485b3 = new google.maps.Geocoder();g_87891b8f60cc2b6355938628ac4485b3.geocode( { 'address': "865 Bassett Rd, Westlake, OH 44145, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westlake-OH-ucfs---united-consumer-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('westlake-OH-ucfs---united-consumer-financial-services'), mapOptions);}document.getElementById('ebf1927d').innerHTML += ' | View Map';var $l87891b8f60cc2b6355938628ac4485b3 = '

UCFS - United Consumer Financial Services

Address: 865 Bassett Rd, Westlake, OH 44145, USA
Phone: (800) 344-5000
';var m_87891b8f60cc2b6355938628ac4485b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UCFS - United Consumer Financial Services',});m_87891b8f60cc2b6355938628ac4485b3['infowindow'] = new google.maps.InfoWindow({content: $l87891b8f60cc2b6355938628ac4485b3});var infowindow = new google.maps.InfoWindow({content: $l87891b8f60cc2b6355938628ac4485b3});google.maps.event.addListener(m_87891b8f60cc2b6355938628ac4485b3, 'click', function() {infowindow.open(map,m_87891b8f60cc2b6355938628ac4485b3);});$marker.push(m_87891b8f60cc2b6355938628ac4485b3);}});}google.maps.event.addDomListener(window, 'load', initialize);