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.3994,-81.546)};var g_11e776ed28395f3535228fb08efb0789 = new google.maps.Geocoder();g_11e776ed28395f3535228fb08efb0789.geocode( { 'address': "320 Broadway Ave b, Cleveland, OH 44146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-nicholas-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-nicholas-financial-inc'), mapOptions);}document.getElementById('6c9c8a7f').innerHTML += ' | View Map';var $l11e776ed28395f3535228fb08efb0789 = '

Nicholas Financial Inc

Address: 320 Broadway Ave b, Cleveland, OH 44146, USA
Phone: (440) 786-7953
';var m_11e776ed28395f3535228fb08efb0789 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nicholas Financial Inc',});m_11e776ed28395f3535228fb08efb0789['infowindow'] = new google.maps.InfoWindow({content: $l11e776ed28395f3535228fb08efb0789});var infowindow = new google.maps.InfoWindow({content: $l11e776ed28395f3535228fb08efb0789});google.maps.event.addListener(m_11e776ed28395f3535228fb08efb0789, 'click', function() {infowindow.open(map,m_11e776ed28395f3535228fb08efb0789);});$marker.push(m_11e776ed28395f3535228fb08efb0789);}});}google.maps.event.addDomListener(window, 'load', initialize);