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.9932,-78.6955)};var g_7148b36cd53dca251b2311494f5732af = new google.maps.Geocoder();g_7148b36cd53dca251b2311494f5732af.geocode( { 'address': "5373 Transit Rd, Buffalo, NY 14221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-trade-credit-insurance-llc').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-trade-credit-insurance-llc'), mapOptions);}document.getElementById('452b97af').innerHTML += ' | View Map';var $l7148b36cd53dca251b2311494f5732af = '

Trade Credit Insurance LLC

Address: 5373 Transit Rd, Buffalo, NY 14221, USA
Phone: (716) 932-7713
';var m_7148b36cd53dca251b2311494f5732af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trade Credit Insurance LLC',});m_7148b36cd53dca251b2311494f5732af['infowindow'] = new google.maps.InfoWindow({content: $l7148b36cd53dca251b2311494f5732af});var infowindow = new google.maps.InfoWindow({content: $l7148b36cd53dca251b2311494f5732af});google.maps.event.addListener(m_7148b36cd53dca251b2311494f5732af, 'click', function() {infowindow.open(map,m_7148b36cd53dca251b2311494f5732af);});$marker.push(m_7148b36cd53dca251b2311494f5732af);}});}google.maps.event.addDomListener(window, 'load', initialize);