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(42.5085,-71.2013)};var g_98738866bd047aa02846dd5f2fb3f7f6 = new google.maps.Geocoder();g_98738866bd047aa02846dd5f2fb3f7f6.geocode( { 'address': "75 Middlesex Tpke, Burlington, MA 01803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-MA-travelex-currency-services').style.display = '';map = new google.maps.Map(document.getElementById('burlington-MA-travelex-currency-services'), mapOptions);}document.getElementById('0f85f73b').innerHTML += ' | View Map';var $l98738866bd047aa02846dd5f2fb3f7f6 = '

Travelex Currency Services

Address: 75 Middlesex Tpke, Burlington, MA 01803
Phone: (781) 221-8594
';var m_98738866bd047aa02846dd5f2fb3f7f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Travelex Currency Services',});m_98738866bd047aa02846dd5f2fb3f7f6['infowindow'] = new google.maps.InfoWindow({content: $l98738866bd047aa02846dd5f2fb3f7f6});var infowindow = new google.maps.InfoWindow({content: $l98738866bd047aa02846dd5f2fb3f7f6});google.maps.event.addListener(m_98738866bd047aa02846dd5f2fb3f7f6, 'click', function() {infowindow.open(map,m_98738866bd047aa02846dd5f2fb3f7f6);});$marker.push(m_98738866bd047aa02846dd5f2fb3f7f6);}});}google.maps.event.addDomListener(window, 'load', initialize);