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.13,-76.2214)};var g_526eb28d56bc2ce04df41e29a062f6d9 = new google.maps.Geocoder();g_526eb28d56bc2ce04df41e29a062f6d9.geocode( { 'address': "4205 Long Branch Rd #6, Liverpool, NY 13090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liverpool-NY-premium-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('liverpool-NY-premium-mortgage-corporation'), mapOptions);}document.getElementById('6cf8a55f').innerHTML += ' | View Map';var $l526eb28d56bc2ce04df41e29a062f6d9 = '

Premium Mortgage Corporation

Address: 4205 Long Branch Rd #6, Liverpool, NY 13090, USA
Phone: (315) 457-0926
';var m_526eb28d56bc2ce04df41e29a062f6d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premium Mortgage Corporation',});m_526eb28d56bc2ce04df41e29a062f6d9['infowindow'] = new google.maps.InfoWindow({content: $l526eb28d56bc2ce04df41e29a062f6d9});var infowindow = new google.maps.InfoWindow({content: $l526eb28d56bc2ce04df41e29a062f6d9});google.maps.event.addListener(m_526eb28d56bc2ce04df41e29a062f6d9, 'click', function() {infowindow.open(map,m_526eb28d56bc2ce04df41e29a062f6d9);});$marker.push(m_526eb28d56bc2ce04df41e29a062f6d9);}});}google.maps.event.addDomListener(window, 'load', initialize);