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(33.0871,-96.617)};var g_ac6789723ce17bc751656359d20166f5 = new google.maps.Geocoder();g_ac6789723ce17bc751656359d20166f5.geocode( { 'address': "305 E Mcdermott Dr, Allen, TX 75002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allen-TX-onewest-bank').style.display = '';map = new google.maps.Map(document.getElementById('allen-TX-onewest-bank'), mapOptions);}document.getElementById('96322c76').innerHTML += ' | View Map';var $lac6789723ce17bc751656359d20166f5 = '

Onewest Bank

Address: 305 E Mcdermott Dr, Allen, TX 75002
Phone: (972) 908-2844
';var m_ac6789723ce17bc751656359d20166f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Onewest Bank',});m_ac6789723ce17bc751656359d20166f5['infowindow'] = new google.maps.InfoWindow({content: $lac6789723ce17bc751656359d20166f5});var infowindow = new google.maps.InfoWindow({content: $lac6789723ce17bc751656359d20166f5});google.maps.event.addListener(m_ac6789723ce17bc751656359d20166f5, 'click', function() {infowindow.open(map,m_ac6789723ce17bc751656359d20166f5);});$marker.push(m_ac6789723ce17bc751656359d20166f5);}});}google.maps.event.addDomListener(window, 'load', initialize);