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.1245,-75.9786)};var g_1694c0072e36db25bdbff63b41216335 = new google.maps.Geocoder();g_1694c0072e36db25bdbff63b41216335.geocode( { 'address': "201 Oakdale Rd # B, Johnson City, NY 13790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-NY-southern-tier-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-NY-southern-tier-mortgage-corporation'), mapOptions);}document.getElementById('e024dfbe').innerHTML += ' | View Map';var $l1694c0072e36db25bdbff63b41216335 = '

Southern Tier Mortgage Corporation

Address: 201 Oakdale Rd # B, Johnson City, NY 13790, USA
Phone: (607) 231-7862
';var m_1694c0072e36db25bdbff63b41216335 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Tier Mortgage Corporation',});m_1694c0072e36db25bdbff63b41216335['infowindow'] = new google.maps.InfoWindow({content: $l1694c0072e36db25bdbff63b41216335});var infowindow = new google.maps.InfoWindow({content: $l1694c0072e36db25bdbff63b41216335});google.maps.event.addListener(m_1694c0072e36db25bdbff63b41216335, 'click', function() {infowindow.open(map,m_1694c0072e36db25bdbff63b41216335);});$marker.push(m_1694c0072e36db25bdbff63b41216335);}});}google.maps.event.addDomListener(window, 'load', initialize);