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(40.6919,-74.2696)};var g_b5e506b5c10f9b21ccb8721caa9f4266 = new google.maps.Geocoder();g_b5e506b5c10f9b21ccb8721caa9f4266.geocode( { 'address': "1350 Galloping Hill Rd, Union, NJ 07083"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-NJ-citibank').style.display = '';map = new google.maps.Map(document.getElementById('union-NJ-citibank'), mapOptions);}document.getElementById('1babda48').innerHTML += ' | View Map';var $lb5e506b5c10f9b21ccb8721caa9f4266 = '

Citibank

Address: 1350 Galloping Hill Rd, Union, NJ 07083
Phone: (908) 206-8650
';var m_b5e506b5c10f9b21ccb8721caa9f4266 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_b5e506b5c10f9b21ccb8721caa9f4266['infowindow'] = new google.maps.InfoWindow({content: $lb5e506b5c10f9b21ccb8721caa9f4266});var infowindow = new google.maps.InfoWindow({content: $lb5e506b5c10f9b21ccb8721caa9f4266});google.maps.event.addListener(m_b5e506b5c10f9b21ccb8721caa9f4266, 'click', function() {infowindow.open(map,m_b5e506b5c10f9b21ccb8721caa9f4266);});$marker.push(m_b5e506b5c10f9b21ccb8721caa9f4266);}});}google.maps.event.addDomListener(window, 'load', initialize);