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.0275,-73.7677)};var g_9ad6aaed513b73148b7d49f70afcfb32 = new google.maps.Geocoder();g_9ad6aaed513b73148b7d49f70afcfb32.geocode( { 'address': "91 E Post Rd, White Plains, NY 10601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-plains-NY-alliance-atm-inc').style.display = '';map = new google.maps.Map(document.getElementById('white-plains-NY-alliance-atm-inc'), mapOptions);}document.getElementById('56b85217').innerHTML += ' | View Map';var $l9ad6aaed513b73148b7d49f70afcfb32 = '

Alliance ATM, Inc.

Address: 91 E Post Rd, White Plains, NY 10601, USA
Phone:
';var m_9ad6aaed513b73148b7d49f70afcfb32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance ATM, Inc.',});m_9ad6aaed513b73148b7d49f70afcfb32['infowindow'] = new google.maps.InfoWindow({content: $l9ad6aaed513b73148b7d49f70afcfb32});var infowindow = new google.maps.InfoWindow({content: $l9ad6aaed513b73148b7d49f70afcfb32});google.maps.event.addListener(m_9ad6aaed513b73148b7d49f70afcfb32, 'click', function() {infowindow.open(map,m_9ad6aaed513b73148b7d49f70afcfb32);});$marker.push(m_9ad6aaed513b73148b7d49f70afcfb32);}});}google.maps.event.addDomListener(window, 'load', initialize);