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.0887,-76.8009)};var g_16447a3754bd6453e59c8673060c5e4e = new google.maps.Geocoder();g_16447a3754bd6453e59c8673060c5e4e.geocode( { 'address': "108 Lake St, Elmira, NY 14901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elmira-NY-twin-tier-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('elmira-NY-twin-tier-mortgage'), mapOptions);}document.getElementById('4fae85cb').innerHTML += ' | View Map';var $l16447a3754bd6453e59c8673060c5e4e = '

Twin Tier Mortgage

Address: 108 Lake St, Elmira, NY 14901, USA
Phone: (607) 732-7433
';var m_16447a3754bd6453e59c8673060c5e4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Twin Tier Mortgage',});m_16447a3754bd6453e59c8673060c5e4e['infowindow'] = new google.maps.InfoWindow({content: $l16447a3754bd6453e59c8673060c5e4e});var infowindow = new google.maps.InfoWindow({content: $l16447a3754bd6453e59c8673060c5e4e});google.maps.event.addListener(m_16447a3754bd6453e59c8673060c5e4e, 'click', function() {infowindow.open(map,m_16447a3754bd6453e59c8673060c5e4e);});$marker.push(m_16447a3754bd6453e59c8673060c5e4e);}});}google.maps.event.addDomListener(window, 'load', initialize);