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.9758,-78.7305)};var g_98908fce27744e259d6b7d7bb87de294 = new google.maps.Geocoder();g_98908fce27744e259d6b7d7bb87de294.geocode( { 'address': "300 International Dr, Buffalo, NY 14221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-global-credit--collection').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-global-credit--collection'), mapOptions);}document.getElementById('db8cef50').innerHTML += ' | View Map';var $l98908fce27744e259d6b7d7bb87de294 = '

Global Credit & Collection

Address: 300 International Dr, Buffalo, NY 14221, USA
Phone: (716) 626-3613
';var m_98908fce27744e259d6b7d7bb87de294 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Credit & Collection',});m_98908fce27744e259d6b7d7bb87de294['infowindow'] = new google.maps.InfoWindow({content: $l98908fce27744e259d6b7d7bb87de294});var infowindow = new google.maps.InfoWindow({content: $l98908fce27744e259d6b7d7bb87de294});google.maps.event.addListener(m_98908fce27744e259d6b7d7bb87de294, 'click', function() {infowindow.open(map,m_98908fce27744e259d6b7d7bb87de294);});$marker.push(m_98908fce27744e259d6b7d7bb87de294);}});}google.maps.event.addDomListener(window, 'load', initialize);