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.5653,-75.5562)};var g_26a47ac0da3e047ac874fdddc306a434 = new google.maps.Geocoder();g_26a47ac0da3e047ac874fdddc306a434.geocode( { 'address': "5089 Hamilton Blvd, Allentown, PA 18106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-univest-bank-and-trust-co---hamilton-crossings').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-univest-bank-and-trust-co---hamilton-crossings'), mapOptions);}document.getElementById('f444adca').innerHTML += ' | View Map';var $l26a47ac0da3e047ac874fdddc306a434 = '

Univest Bank and Trust Co. - Hamilton Crossings

Address: 5089 Hamilton Blvd, Allentown, PA 18106, USA
Phone: (484) 221-9875
';var m_26a47ac0da3e047ac874fdddc306a434 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Univest Bank and Trust Co. - Hamilton Crossings',});m_26a47ac0da3e047ac874fdddc306a434['infowindow'] = new google.maps.InfoWindow({content: $l26a47ac0da3e047ac874fdddc306a434});var infowindow = new google.maps.InfoWindow({content: $l26a47ac0da3e047ac874fdddc306a434});google.maps.event.addListener(m_26a47ac0da3e047ac874fdddc306a434, 'click', function() {infowindow.open(map,m_26a47ac0da3e047ac874fdddc306a434);});$marker.push(m_26a47ac0da3e047ac874fdddc306a434);}});}google.maps.event.addDomListener(window, 'load', initialize);