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(41.9344,-74.0196)};var g_7145197a2935cf104dd569a66e7ce442 = new google.maps.Geocoder();g_7145197a2935cf104dd569a66e7ce442.geocode( { 'address': "312 Wall St, Kingston, NY 12401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-NY-mb-financial-bank-mortgage-home-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('kingston-NY-mb-financial-bank-mortgage-home-loan-center'), mapOptions);}document.getElementById('627e72aa').innerHTML += ' | View Map';var $l7145197a2935cf104dd569a66e7ce442 = '

MB Financial Bank Mortgage Home Loan Center

Address: 312 Wall St, Kingston, NY 12401, USA
Phone: (845) 339-1341
';var m_7145197a2935cf104dd569a66e7ce442 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MB Financial Bank Mortgage Home Loan Center',});m_7145197a2935cf104dd569a66e7ce442['infowindow'] = new google.maps.InfoWindow({content: $l7145197a2935cf104dd569a66e7ce442});var infowindow = new google.maps.InfoWindow({content: $l7145197a2935cf104dd569a66e7ce442});google.maps.event.addListener(m_7145197a2935cf104dd569a66e7ce442, 'click', function() {infowindow.open(map,m_7145197a2935cf104dd569a66e7ce442);});$marker.push(m_7145197a2935cf104dd569a66e7ce442);}});}google.maps.event.addDomListener(window, 'load', initialize);