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.964,-78.7846)};var g_55ad8905c30a64af1b40501dbc60380f = new google.maps.Geocoder();g_55ad8905c30a64af1b40501dbc60380f.geocode( { 'address': "4476 Main St #204, Amherst, NY 14226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-NY-gerald-kelly-capital-corporation').style.display = '';map = new google.maps.Map(document.getElementById('amherst-NY-gerald-kelly-capital-corporation'), mapOptions);}document.getElementById('7c45a852').innerHTML += ' | View Map';var $l55ad8905c30a64af1b40501dbc60380f = '

Gerald Kelly Capital Corporation

Address: 4476 Main St #204, Amherst, NY 14226, USA
Phone: (716) 633-9533
';var m_55ad8905c30a64af1b40501dbc60380f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gerald Kelly Capital Corporation',});m_55ad8905c30a64af1b40501dbc60380f['infowindow'] = new google.maps.InfoWindow({content: $l55ad8905c30a64af1b40501dbc60380f});var infowindow = new google.maps.InfoWindow({content: $l55ad8905c30a64af1b40501dbc60380f});google.maps.event.addListener(m_55ad8905c30a64af1b40501dbc60380f, 'click', function() {infowindow.open(map,m_55ad8905c30a64af1b40501dbc60380f);});$marker.push(m_55ad8905c30a64af1b40501dbc60380f);}});}google.maps.event.addDomListener(window, 'load', initialize);