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(39.5551,-76.9906)};var g_6d17745ad39541ad3f760e9c9b20058b = new google.maps.Geocoder();g_6d17745ad39541ad3f760e9c9b20058b.geocode( { 'address': "630 Baltimore Blvd, Westminster, MD 21157"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westminster-MD-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('westminster-MD-bank-of-america'), mapOptions);}document.getElementById('b781546f').innerHTML += ' | View Map';var $l6d17745ad39541ad3f760e9c9b20058b = '

Bank of America

Address: 630 Baltimore Blvd, Westminster, MD 21157
Phone: (410) 857-1615
';var m_6d17745ad39541ad3f760e9c9b20058b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_6d17745ad39541ad3f760e9c9b20058b['infowindow'] = new google.maps.InfoWindow({content: $l6d17745ad39541ad3f760e9c9b20058b});var infowindow = new google.maps.InfoWindow({content: $l6d17745ad39541ad3f760e9c9b20058b});google.maps.event.addListener(m_6d17745ad39541ad3f760e9c9b20058b, 'click', function() {infowindow.open(map,m_6d17745ad39541ad3f760e9c9b20058b);});$marker.push(m_6d17745ad39541ad3f760e9c9b20058b);}});}google.maps.event.addDomListener(window, 'load', initialize);