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(43.0001,-78.7989)};var g_99628fa2e8d3bedd870b425c42fc2b74 = new google.maps.Geocoder();g_99628fa2e8d3bedd870b425c42fc2b74.geocode( { 'address': "1416 Sweet Home Rd #9b, Buffalo, NY 14228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-queen-city-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-queen-city-funding-inc'), mapOptions);}document.getElementById('c5814a84').innerHTML += ' | View Map';var $l99628fa2e8d3bedd870b425c42fc2b74 = '

Queen City Funding, Inc.

Address: 1416 Sweet Home Rd #9b, Buffalo, NY 14228, USA
Phone: (716) 799-0846
';var m_99628fa2e8d3bedd870b425c42fc2b74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Queen City Funding, Inc.',});m_99628fa2e8d3bedd870b425c42fc2b74['infowindow'] = new google.maps.InfoWindow({content: $l99628fa2e8d3bedd870b425c42fc2b74});var infowindow = new google.maps.InfoWindow({content: $l99628fa2e8d3bedd870b425c42fc2b74});google.maps.event.addListener(m_99628fa2e8d3bedd870b425c42fc2b74, 'click', function() {infowindow.open(map,m_99628fa2e8d3bedd870b425c42fc2b74);});$marker.push(m_99628fa2e8d3bedd870b425c42fc2b74);}});}google.maps.event.addDomListener(window, 'load', initialize);