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.9327,-88.0022)};var g_9cc9fdec7a52fb5bd6330d608c3ce659 = new google.maps.Geocoder();g_9cc9fdec7a52fb5bd6330d608c3ce659.geocode( { 'address': "1520 W Lk St, Addison, IL 60101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('addison-IL-oxford-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('addison-IL-oxford-bank-trust'), mapOptions);}document.getElementById('b939cfa3').innerHTML += ' | View Map';var $l9cc9fdec7a52fb5bd6330d608c3ce659 = '

Oxford Bank & Trust

Address: 1520 W Lk St, Addison, IL 60101
Phone: (630) 250-0200
';var m_9cc9fdec7a52fb5bd6330d608c3ce659 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oxford Bank & Trust',});m_9cc9fdec7a52fb5bd6330d608c3ce659['infowindow'] = new google.maps.InfoWindow({content: $l9cc9fdec7a52fb5bd6330d608c3ce659});var infowindow = new google.maps.InfoWindow({content: $l9cc9fdec7a52fb5bd6330d608c3ce659});google.maps.event.addListener(m_9cc9fdec7a52fb5bd6330d608c3ce659, 'click', function() {infowindow.open(map,m_9cc9fdec7a52fb5bd6330d608c3ce659);});$marker.push(m_9cc9fdec7a52fb5bd6330d608c3ce659);}});}google.maps.event.addDomListener(window, 'load', initialize);