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(42.9527,-78.7091)};var g_fef2407f582e100f01faff9d33bbcd31 = new google.maps.Geocoder();g_fef2407f582e100f01faff9d33bbcd31.geocode( { 'address': "420 Lawrence Bell Dr # 2, Williamsville, NY 14221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsville-NY-niagara-credit-solutions-inc').style.display = '';map = new google.maps.Map(document.getElementById('williamsville-NY-niagara-credit-solutions-inc'), mapOptions);}document.getElementById('f3713c88').innerHTML += ' | View Map';var $lfef2407f582e100f01faff9d33bbcd31 = '

Niagara Credit Solutions Inc

Address: 420 Lawrence Bell Dr # 2, Williamsville, NY 14221, USA
Phone: (716) 681-6816
';var m_fef2407f582e100f01faff9d33bbcd31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Niagara Credit Solutions Inc',});m_fef2407f582e100f01faff9d33bbcd31['infowindow'] = new google.maps.InfoWindow({content: $lfef2407f582e100f01faff9d33bbcd31});var infowindow = new google.maps.InfoWindow({content: $lfef2407f582e100f01faff9d33bbcd31});google.maps.event.addListener(m_fef2407f582e100f01faff9d33bbcd31, 'click', function() {infowindow.open(map,m_fef2407f582e100f01faff9d33bbcd31);});$marker.push(m_fef2407f582e100f01faff9d33bbcd31);}});}google.maps.event.addDomListener(window, 'load', initialize);