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.0333,-73.7709)};var g_9ac2fc991d780c349fe1e5863e731108 = new google.maps.Geocoder();g_9ac2fc991d780c349fe1e5863e731108.geocode( { 'address': "170 Hamilton Ave # 310, White Plains, NY 10601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-plains-NY-countrywide-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('white-plains-NY-countrywide-home-loans'), mapOptions);}document.getElementById('18b6b151').innerHTML += ' | View Map';var $l9ac2fc991d780c349fe1e5863e731108 = '

Countrywide Home Loans

Address: 170 Hamilton Ave # 310, White Plains, NY 10601, USA
Phone: (914) 397-2866
';var m_9ac2fc991d780c349fe1e5863e731108 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Countrywide Home Loans',});m_9ac2fc991d780c349fe1e5863e731108['infowindow'] = new google.maps.InfoWindow({content: $l9ac2fc991d780c349fe1e5863e731108});var infowindow = new google.maps.InfoWindow({content: $l9ac2fc991d780c349fe1e5863e731108});google.maps.event.addListener(m_9ac2fc991d780c349fe1e5863e731108, 'click', function() {infowindow.open(map,m_9ac2fc991d780c349fe1e5863e731108);});$marker.push(m_9ac2fc991d780c349fe1e5863e731108);}});}google.maps.event.addDomListener(window, 'load', initialize);