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.7174,-78.8308)};var g_4347dbc71c7e7d0fcfa9d5a3e94502bd = new google.maps.Geocoder();g_4347dbc71c7e7d0fcfa9d5a3e94502bd.geocode( { 'address': "40 Union St, Hamburg, NY 14075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamburg-NY-solutions-home-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hamburg-NY-solutions-home-mortgage-corporation'), mapOptions);}document.getElementById('66b0f700').innerHTML += ' | View Map';var $l4347dbc71c7e7d0fcfa9d5a3e94502bd = '

Solutions Home Mortgage Corporation

Address: 40 Union St, Hamburg, NY 14075, USA
Phone: (716) 646-8584
';var m_4347dbc71c7e7d0fcfa9d5a3e94502bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Solutions Home Mortgage Corporation',});m_4347dbc71c7e7d0fcfa9d5a3e94502bd['infowindow'] = new google.maps.InfoWindow({content: $l4347dbc71c7e7d0fcfa9d5a3e94502bd});var infowindow = new google.maps.InfoWindow({content: $l4347dbc71c7e7d0fcfa9d5a3e94502bd});google.maps.event.addListener(m_4347dbc71c7e7d0fcfa9d5a3e94502bd, 'click', function() {infowindow.open(map,m_4347dbc71c7e7d0fcfa9d5a3e94502bd);});$marker.push(m_4347dbc71c7e7d0fcfa9d5a3e94502bd);}});}google.maps.event.addDomListener(window, 'load', initialize);